projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f029ca5
)
(safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Jan 1996 08:41:14 +0000
(08:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Jan 1996 08:41:14 +0000
(08:41 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 2dd5dea7642ee37ec1bccbacdf5bcf59abade6d5..f12da3ad580d5e044ed1fb95df16d73971b0c38f 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1442,7
+1442,7
@@
safe_run_hooks (hook)
int count = specpdl_ptr - specpdl;
specbind (Qinhibit_quit, hook);
- internal_condition_case (safe_run_hooks_1, Q
error
, safe_run_hooks_error);
+ internal_condition_case (safe_run_hooks_1, Q
t
, safe_run_hooks_error);
unbind_to (count, Qnil);
}